shortcutcontroller: Pass the muxer to update_accel()
authorTimm Bäder <mail@baedert.org>
Thu, 19 Nov 2020 14:57:09 +0000 (15:57 +0100)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 30 Nov 2020 14:22:29 +0000 (09:22 -0500)
commit8645773fc668325f9b964dd2c2ce0994e23c415d
treedb587cebe196662bd670451c1a7e5aab92df5c56
parentd663909159de1102b9373870d5294d595c3118ca
shortcutcontroller: Pass the muxer to update_accel()

We only needed the widget to get its action muxer. And this way we don't
have to call gtk_widget_get_action_muxer() dozens of times, just once in
set_widget().
gtk/gtkshortcutcontroller.c